home *** CD-ROM | disk | FTP | other *** search
/ How to Handle Conflict & Confrontation / How to Handle Conflict & Confrontation.iso / Install / program files / NatSem.exe / 0 / RCDATA / TTESTQUESTION / TTESTQUESTION.txt
Encoding:
Text File  |  2001-11-13  |  656 b   |  33 lines

  1. object TestQuestion: TTestQuestion
  2.   Left = 364
  3.   Top = 449
  4.   Width = 392
  5.   Height = 212
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Test Question'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Question: TMemo
  20.     Left = 0
  21.     Top = 0
  22.     Width = 384
  23.     Height = 185
  24.     Align = alClient
  25.     Lines.Strings = (
  26.       'Question')
  27.     ReadOnly = True
  28.     ScrollBars = ssVertical
  29.     TabOrder = 0
  30.     WantReturns = False
  31.   end
  32. end
  33.